entry: remove osd style class from touch selection popover
authorLapo Calamandrei <calamandrei@gmail.com>
Sat, 15 Nov 2014 15:08:15 +0000 (16:08 +0100)
committerLapo Calamandrei <calamandrei@gmail.com>
Sat, 15 Nov 2014 15:08:15 +0000 (16:08 +0100)
The touch-selection class is sufficient since that needs special
casing whatever.

gtk/gtkentry.c

index 21d618e4f940183a8041647234b9c4877a5e28a5..cb574916a21e3a555faac28e108d7ca7a46c3e9b 100644 (file)
@@ -9724,8 +9724,6 @@ bubble_targets_received (GtkClipboard     *clipboard,
     gtk_widget_destroy (priv->selection_bubble);
 
   priv->selection_bubble = gtk_popover_new (GTK_WIDGET (entry));
-  gtk_style_context_add_class (gtk_widget_get_style_context (priv->selection_bubble),
-                               GTK_STYLE_CLASS_OSD);
   gtk_style_context_add_class (gtk_widget_get_style_context (priv->selection_bubble),
                                GTK_STYLE_CLASS_TOUCH_SELECTION);
   gtk_popover_set_position (GTK_POPOVER (priv->selection_bubble),